var testing.parallel

6 uses

	testing (current package)
		fuzz.go#L362: 			*parallel,
		fuzz.go#L494: 			tstate := newTestState(*parallel, m)
		testing.go#L472: 	parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel")
		testing.go#L504: 	parallel             *int
		testing.go#L2093: 	if *parallel < 1 {
		testing.go#L2262: 			tstate := newTestState(*parallel, newMatcher(matchString, *match, "-test.run", *skip))